home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / Xyle scope 1.1.6 (trial).dmg / Xyle scope.app / Contents / Resources / Xyle.scriptSuite < prev    next >
Encoding:
Extensible Markup Language  |  2006-02-07  |  1.7 KB  |  78 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AppleEventCode</key>
  6.     <string>XYLE</string>
  7.     <key>Classes</key>
  8.     <dict>
  9.         <key>BrowserWindow</key>
  10.         <dict>
  11.             <key>AppleEventCode</key>
  12.             <string>BrWn</string>
  13.             <key>Attributes</key>
  14.             <dict>
  15.                 <key>URL</key>
  16.                 <dict>
  17.                     <key>AppleEventCode</key>
  18.                     <string>curl</string>
  19.                     <key>ReadOnly</key>
  20.                     <string>YES</string>
  21.                     <key>Type</key>
  22.                     <string>NSString</string>
  23.                 </dict>
  24.             </dict>
  25.             <key>Superclass</key>
  26.             <string>NSCoreSuite.NSWindow</string>
  27.         </dict>
  28.         <key>NSApplication</key>
  29.         <dict>
  30.             <key>AppleEventCode</key>
  31.             <string>capp</string>
  32.             <key>Superclass</key>
  33.             <string>NSCoreSuite.NSApplication</string>
  34.             <key>ToManyRelationships</key>
  35.             <dict>
  36.                 <key>orderedDocuments</key>
  37.                 <dict>
  38.                     <key>AppleEventCode</key>
  39.                     <string>docu</string>
  40.                     <key>Type</key>
  41.                     <string>NSDocument</string>
  42.                 </dict>
  43.                 <key>orderedWindows</key>
  44.                 <dict>
  45.                     <key>AppleEventCode</key>
  46.                     <string>cwin</string>
  47.                     <key>Type</key>
  48.                     <string>NSWindow</string>
  49.                 </dict>
  50.             </dict>
  51.         </dict>
  52.     </dict>
  53.     <key>Commands</key>
  54.     <dict>
  55.         <key>GetURL</key>
  56.         <dict>
  57.             <key>AppleEventClassCode</key>
  58.             <string>GURL</string>
  59.             <key>AppleEventCode</key>
  60.             <string>GURL</string>
  61.             <key>CommandClass</key>
  62.             <string>CCScriptCommand</string>
  63.         </dict>
  64.         <key>OpenURL</key>
  65.         <dict>
  66.             <key>AppleEventClassCode</key>
  67.             <string>WWW!</string>
  68.             <key>AppleEventCode</key>
  69.             <string>OURL</string>
  70.             <key>CommandClass</key>
  71.             <string>NSScriptCommand</string>
  72.         </dict>
  73.     </dict>
  74.     <key>Name</key>
  75.     <string>Xyle</string>
  76. </dict>
  77. </plist>
  78.